Accusoft.SmartZoneICR4.Net
Upgrading from SmartZone ICR 3 to SmartZone ICR 4
Send Feedback
SmartZone ICR 4 for .Net - User Guide > Getting Started > Upgrading from SmartZone ICR 3 to SmartZone ICR 4

Glossary Item Box

This section describes how to upgrade from SmartZone 3 to SmartZone 4. While generally you'll be able to replace SmartZone 3 with SmartZone 4, there are a few important changes you may need to consider. This section provides information about those changes.

Changes and New Properties/Methods

SmartZone 4 did not introduce any changes to its processing API. However, underlying recognition changes were made to improve its efficiency. In addition, the following changes were made.

Required Changes

Licensing

Accusoft.SmartZone.Licensing.LicenseEdition property

Recommended Changes

Image Transfer

There are several different ways to import image data into SmartZoneICR for analysis. In V4, we have provided a new interface for image transfer between SmartZoneICR and other applicable Accusoft components. This new interface is recommended for its ease of use and to prevent memory leaks.

void Reader.AnalyzeField(System.Object Destination);

The destination object must be of an Accusoft class that implements CopyTo(). An example would be the ImageX class of ImagXpress component.

 

If you encounter any porting issues, please contact support@accusoft.com for assistance.
©2013. Accusoft Corporation. All Rights Reserved.